
#listing div {
	margin : 0px 10px;
}

#listing .post {
	border-bottom : none;
}

#listing h3 {
	/*color: white;*/
	color: #666666;
	background-color: white;
	padding : 2px;
	text-align: left;
}

#listing h3 a {
	color : #1b8bd4;
	text-decoration : none;
}

#listing h3 a:hover {
}

#listing .post {
	border-bottom : 1px solid #FA0;
}

#listing .Normal {
	font-size : 100%;
	margin-left : 0px;
}

#listing .postfoot {
	font-size : 80%; /*12px;*/
	text-align: left;
}

.articleTopCell {
	color: #666666;
	background-color: white;
}
.articleTopCell .NormalBold {
	color: #666666;
}
.articleFooterCell {
	color: #666666;
	background-color: white;
}
.articleFooterCell .NormalBold {
	color: #666666;
}
